Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0] [MIG] multi_step_wizard: Migration to 18.0 #1005

Open
wants to merge 51 commits into
base: 18.0
Choose a base branch
from

Conversation

rven
Copy link

@rven rven commented Jan 27, 2025

No description provided.

guewen and others added 30 commits January 27, 2025 10:20
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-13.0/server-ux-13.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-multi_step_wizard/
Currently translated at 85.7% (12 of 14 strings)

Translation: server-ux-13.0/server-ux-13.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-multi_step_wizard/nl/
Currently translated at 100.0% (9 of 9 strings)

Translation: server-ux-14.0/server-ux-14.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-multi_step_wizard/ca/
OCA-git-bot and others added 21 commits January 27, 2025 10:20
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-16.0/server-ux-16.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-multi_step_wizard/
Currently translated at 100.0% (6 of 6 strings)

Translation: server-ux-16.0/server-ux-16.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-multi_step_wizard/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-16.0/server-ux-16.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-multi_step_wizard/
Currently translated at 100.0% (6 of 6 strings)

Translation: server-ux-16.0/server-ux-16.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-multi_step_wizard/es/
Currently translated at 100.0% (6 of 6 strings)

Translation: server-ux-16.0/server-ux-16.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-multi_step_wizard/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-ux-17.0/server-ux-17.0-multi_step_wizard
Translate-URL: https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-multi_step_wizard/
@rven rven mentioned this pull request Jan 27, 2025
20 tasks
@LuvForAirplanes
Copy link

LuvForAirplanes commented Mar 5, 2025

@rven wow, you've done an incredible amount of work here! I have a suggestion here on the views/multi_step_wizard_views.xml file. Put the buttons in this order: Cancel, Go Back, and Next. Also put a gap of 1 between each one:

<div name="states_buttons" class="d-flex gap-1">
    <button
        string="Cancel"
        class="btn btn-default"
        special="cancel"
    />
    <button
        name="open_previous"
        string="Go Back"
        type="object"
        class="btn btn-default"
        invisible="not allow_back"
    />
    <button
        name="open_next"
        string="Next"
        type="object"
        class="btn-primary"
        invisible="state == 'final'"
    />
</div>

Any idea when this could be merged?

@rven
Copy link
Author

rven commented Mar 6, 2025

@LuvForAirplanes I didn't do that incredible amount of work, for the migration only some little changes were needed ;-)
The suggestion you give has nothing to do with the migration and should be done in another improvement PR.
It will only get merged when people check this migration and approve the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.